home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 March / CMCD0305.ISO / Software / Shareware / Grafica / falbum / fasetup101.exe / {app} / falbum.exe / 0 / RCDATA / TFORM13 / TFORM13.txt < prev   
Text File  |  2004-10-23  |  4KB  |  173 lines

  1. object Form13: TForm13
  2.   Left = 373
  3.   Top = 237
  4.   AlphaBlendValue = 200
  5.   BorderIcons = []
  6.   BorderStyle = bsDialog
  7.   Caption = 'About'
  8.   ClientHeight = 309
  9.   ClientWidth = 338
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   Position = poDesktopCenter
  18.   OnCreate = FormCreate
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object PageControl1: TPageControl
  23.     Left = 8
  24.     Top = 8
  25.     Width = 321
  26.     Height = 257
  27.     ActivePage = TabSheet1
  28.     TabOrder = 0
  29.     object TabSheet1: TTabSheet
  30.       Caption = 'TabSheet1'
  31.       TabVisible = False
  32.       object Label1: TLabel
  33.         Left = 128
  34.         Top = 14
  35.         Width = 58
  36.         Height = 16
  37.         Caption = 'F-Album'
  38.         Font.Charset = DEFAULT_CHARSET
  39.         Font.Color = clWindowText
  40.         Font.Height = -13
  41.         Font.Name = 'MS Sans Serif'
  42.         Font.Style = [fsBold]
  43.         ParentFont = False
  44.       end
  45.       object VersionLabel: TLabel
  46.         Left = 128
  47.         Top = 32
  48.         Width = 105
  49.         Height = 13
  50.         AutoSize = False
  51.         Caption = 'VersionLabel'
  52.       end
  53.       object Label2: TLabel
  54.         Left = 128
  55.         Top = 64
  56.         Width = 117
  57.         Height = 13
  58.         Caption = '(C) ENIN Software, 2004'
  59.       end
  60.       object Label4: TLabel
  61.         Left = 128
  62.         Top = 88
  63.         Width = 145
  64.         Height = 13
  65.         Cursor = crHandPoint
  66.         Caption = 'http://www.enins.com/f-album'
  67.         Color = clBtnFace
  68.         Font.Charset = DEFAULT_CHARSET
  69.         Font.Color = clBlue
  70.         Font.Height = -11
  71.         Font.Name = 'MS Sans Serif'
  72.         Font.Style = []
  73.         ParentColor = False
  74.         ParentFont = False
  75.         Transparent = True
  76.         OnClick = Label4Click
  77.         OnMouseEnter = Label4MouseEnter
  78.         OnMouseLeave = Label4MouseLeave
  79.       end
  80.       object Image1: TImage
  81.         Left = 8
  82.         Top = 8
  83.         Width = 104
  84.         Height = 97
  85.         Center = True
  86.         Picture.Data = {<image000.bmp>}
  87.       end
  88.       object lRegistered: TLabel
  89.         Left = 112
  90.         Top = 120
  91.         Width = 93
  92.         Height = 13
  93.         Caption = 'Registered copy'
  94.         Color = clBtnFace
  95.         Font.Charset = DEFAULT_CHARSET
  96.         Font.Color = clGreen
  97.         Font.Height = -11
  98.         Font.Name = 'MS Sans Serif'
  99.         Font.Style = [fsBold]
  100.         ParentColor = False
  101.         ParentFont = False
  102.         Transparent = True
  103.         Visible = False
  104.       end
  105.       object lUnregistered: TLabel
  106.         Left = 112
  107.         Top = 120
  108.         Width = 104
  109.         Height = 13
  110.         Caption = 'Unregistered copy'
  111.         Color = clBtnFace
  112.         Font.Charset = DEFAULT_CHARSET
  113.         Font.Color = clMaroon
  114.         Font.Height = -11
  115.         Font.Name = 'MS Sans Serif'
  116.         Font.Style = [fsBold]
  117.         ParentColor = False
  118.         ParentFont = False
  119.         Transparent = True
  120.       end
  121.       object GroupBox1: TGroupBox
  122.         Left = 16
  123.         Top = 144
  124.         Width = 281
  125.         Height = 89
  126.         Caption = ' Registration information '
  127.         TabOrder = 0
  128.         object Label3: TLabel
  129.           Left = 16
  130.           Top = 28
  131.           Width = 54
  132.           Height = 13
  133.           Caption = 'User name:'
  134.         end
  135.         object Label5: TLabel
  136.           Left = 49
  137.           Top = 60
  138.           Width = 21
  139.           Height = 13
  140.           Caption = 'Key:'
  141.         end
  142.         object eUsername: TEdit
  143.           Left = 80
  144.           Top = 24
  145.           Width = 177
  146.           Height = 21
  147.           TabOrder = 0
  148.           OnChange = eUsernameChange
  149.         end
  150.         object eKey: TEdit
  151.           Left = 80
  152.           Top = 56
  153.           Width = 177
  154.           Height = 21
  155.           TabOrder = 1
  156.           OnChange = eUsernameChange
  157.         end
  158.       end
  159.     end
  160.   end
  161.   object Button1: TButton
  162.     Left = 136
  163.     Top = 272
  164.     Width = 75
  165.     Height = 25
  166.     Caption = 'Close'
  167.     Default = True
  168.     ModalResult = 1
  169.     TabOrder = 1
  170.     OnClick = Button1Click
  171.   end
  172. end
  173.